toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.user
/
[jvm]UserDataProfiles
User
Data
Profiles
interface
UserDataProfiles
A data store for
the user data
.
Members
Functions
add
Link copied to clipboard
abstract
fun
add
(
profile
:
UserDataProfile
)
:
String
Adds a new record to the profile data store.
all
Link copied to clipboard
abstract
fun
all
(
)
:
List
<
UserDataProfile
>
Returns all user data records.
clear
Link copied to clipboard
abstract
fun
clear
(
)
Clears all records in the store.
remove
Link copied to clipboard
abstract
fun
remove
(
addressProfile
:
UserDataProfile
)
Removes the user data from the store.